-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ 우선순위 큐 ] 9월 19일 #5
base: main
Are you sure you want to change the base?
The head ref may contain hidden characters: "04_\uC6B0\uC120\uC21C\uC704_\uD050"
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[우선순위 큐 알고리즘 문제 코드 리뷰 완료]
14235(P3), 2075(P3)
하린님 안녕하세요!
과제하시느라 수고 많으셨습니다!! 어려운 문제인데도 잘 풀어주셨네요! 🥰 도전 문제까지 모두 풀어서 제출하신 것 너무 좋아요!!
코드에 대한 간단한 주석이 있으면 더 좋을 것 같아요. 😎
몇 가지 사소한 코멘트 드렸습니다.
궁금한 점이 있으면 리뷰어를 호출해주세요!
cin >> a; | ||
if(a==0){ | ||
if(pq.empty()){ | ||
cout << -1 << '\n'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cout << "-1\n";
이렇게 한번에 작성해도 돼요!
|
||
cin >> n; | ||
|
||
for(int i=0;i<n*n;i++){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
연산 부분을 잘 구현해주셨네요~!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[추가제출 확인 완료]
안녕하세요 하린님! 5주차 추가제출 확인되셨습니다. 수고하셨습니다.😍
인적사항
학번: 2071079
이름: 이하린
과제제출
기존 제출: 2075, 14235
추가 제출: 2607